home *** CD-ROM | disk | FTP | other *** search
- on mouseLeave
- set the visible of sprite 100 to 0
- end
-
- on mouseUp
- case the mouseLine of
- 1:
- openMore("mogoeb")
- 2:
- openMore("moleb")
- 3:
- openMore("mobarth")
- 4:
- openMore("mosoc")
- end case
- set the visible of sprite 100 to 0
- updateStage()
- end
-
- on mouseWithin
- hilite line the mouseLine of field the mouseMember
- end
-